Component org.nuxeo.ecm.platform.select2.properties
In bundle org.nuxeo.ecm.platform.ui.select2
Resolution Order
510
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.select2.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that allows displaying emails in user suggestion
widgets. This parameter replace the nuxeo-email-suggestion addon provided
in Nuxeo 5.5 and 5.6.
</documentation>
<property name="nuxeo.ui.displayEmailInUserSuggestion">false</property>
</extension>
</component>